libostree.sym: Fix test-symbols
authorColin Walters <walters@verbum.org>
Mon, 20 Jun 2016 22:13:58 +0000 (18:13 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 20 Jun 2016 22:59:27 +0000 (22:59 +0000)
The test isn't smart enough to ignore comments, so change the prefix.

Closes: #356
Approved by: jlebon

src/libostree/libostree.sym

index e8cca9d8d27db9d5dc704eaa86b4031916117ccd..087f987926427a1e897457dcfa8e29afacbd4ebf 100644 (file)
@@ -350,6 +350,6 @@ global:
 /*
 LIBOSTREE_2016.7 {
 global:
-        ostree_some_new_symbol;
+        someostree_some_new_symbol;
 } LIBOSTREE_2016.6;
 */